.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.header .container {
	height: 2rem;
	align-items: center;
	justify-content: space-between;
}

.logo img {
	height: 1.6rem;
}

.logo img:nth-child(2) {
	display: none;
}

.nav {
	height: 100%;
}

.nav li {
	padding: 0 0.4rem;
	position: relative;
	z-index: 999;
	display: flex;
	align-items: center;
}

.nav li>a {
	position: relative;
	display: inline-block;
	padding: .2rem 0;
	font-size: 0.32rem;
}

.nav li>a::after {
	content: '';
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 0;
	transition: .35s all ease-in-out;
}

.drop-menu {
	display: none;
	position: absolute;
	width: 140%;
	left: -17%;
	top: 100%;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}

.drop-menu a {
	display: block;
	font-size: 0.28rem;
	line-height: 0.72rem;
	border-bottom: 1px solid #eee;
	color: #666;
}

.drop-menu a:last-child {
	border: none;
}

.drop-menu a:hover {
	background-color: #E62129;
	color: #fff;
}

.nav li:hover .drop-menu {
	display: block;
}

.nav li>a:hover {
	color: #E60000;
}

.nav li>a:hover::after {
	background-color: #E62129;
	width: 100%;
	left: 0;
}

.header-search form {
	position: relative;
	z-index: 99;
}

.header-search input {
	width: 3rem;
	padding: 5px 12px;
	font-size: 0.24rem;
	line-height: 1.6;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #eee;
}

.header-search input:focus {
	border-color: #E62129;
}

.header-search button {
	position: absolute;
	display: inline-flex;
	align-items: center;
	font-size: 0.36rem;
	line-height: 1;
	right: 5px;
	transform: scale(1);
	transition: all .35s ease-in-out;
}

.header-search button:hover {
	transform: scale(1.2);
	color: #E62129;
}

.header-fixed {
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	color: #666;
}

.header-fixed .logo img:first-child {
	display: none;
}

.header-fixed .logo img:nth-child(2) {
	display: block;
}



.index-title {
	padding: 1rem 0;
	text-align: center;
}

.index-title .title {
	font-size: 0.72rem;
	margin-bottom: 0.5rem;
	font-weight: 900;
	color: #000;
}

.index-title .description {
	font-size: 0.36rem;
	color: #999;
}

.index-label {
	margin-bottom: 0.8rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.index-label a {
	display: inline-block;
	margin: 0.4rem;
	padding: 0 0.6rem;
	font-size: 0.32rem;
	line-height: .8rem;
	border: 1px solid #ddd;
}

.pro-item {
	padding: 0.3rem;
	background-color: #F5F5F5;
	margin-bottom: 0.6rem;
	transition: all .35s ease-in-out;
}

.pro-item>a .title {
	margin-top: 0.2rem;
	text-align: center;
}

.pro-item img {
	padding: 0.4rem;
	background-color: #fff;
}

.pro-item:hover {
	background-color: #E62129;
	color: #fff;
}

.about-bg {
	background: url(../image/about-bg.jpg) no-repeat fixed;
	padding: 1.4rem 0;
	color: #fff;
}

.about-table {
	display: flex;
	align-items: center;
	font-family: 'light';
}

.about-table table {
	width: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.3);

}

.about-table td {
	padding: 1rem 0.8rem;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	transition: all .35s ease-in-out;
}

.about-table td:hover {
	background-color: #fa232e;
}

.about-table td h6 {
	font-size: 0.96rem;
	margin-bottom: 0.3rem;
}

.about-table td p {
	font-size: 0.32rem;
}

.about-text {
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 1.6rem 0;
}

.about-text .title {
	margin-left: 0.8rem;
	margin-bottom: 1rem;
	font-size: 0.72rem;
	font-weight: 900;
}

.about-text .sub-title {
	font-family: 'Times New Roman';
	padding: 0.8rem;
	font-size: 0.48rem;
	line-height: 0.8rem;
	background-color: rgba(0, 0, 0, .44);
}

.about-text .sub-title span {
	color: #E62129;
}

.about-text .description {
	padding: 0.8rem;
	font-size: 0.36rem;
}

.more {
	display: inline-block;
	width: 2.9rem;
	height: 0.96rem;
	background-color: rgba(255, 255, 255, 0.28);
	text-align: center;
	line-height: 0.96rem;
	margin-left: 0.8rem;
	margin-bottom: 0.6rem;
	transition: all .35s ease-in-out;
}

.more:hover {
	background-color: #E62129;
	color: #fff;
}

.about-label {
	padding: 0rem 0.8rem;
	display: flex;
	justify-content: space-between;
}

.about-label li {
	width: 30%;
	text-align: center;
	font-size: 0.32rem;
	line-height: .96rem;
	border: 1px solid #fff;
	transition: all .35s ease-in-out;
}

.about-label li:hover {
	background-color: #E62129;
	color: #fff;
}

.news-item {
	padding-bottom: .4rem;
	margin-bottom: .4rem;
	overflow: hidden;
	background-color: #fff;
}

.news-item img {
	width: 100%;
	height: 3.6rem;
	object-fit: cover;
	transition: all .35s ease-in-out;
}

.news-item .title {
	margin-top: 0.4rem;
	font-size: 0.32rem;
	color: #000;
	padding: 0 0.3rem;
}

.news-item .description {
	margin-top: 0.2rem;
	font-size: 0.28rem;
	color: #999;
	text-align: justify;
	line-height: 0.6rem;
	padding: 0 0.3rem;
}

.news-item .news-pic {
	overflow: hidden;
}

.news-item .date {
	position: relative;
	margin-top: 0.3rem;
	border-top: 1px solid #eee;
	text-align: center;
	padding-top: 0.3rem;
	font-size: 0.24rem;
	color: #aaa;
}

.news-item .date::after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	background-color: #E62129;
	transition: all .55s ease-in-out;
}

.news-item:hover {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .15);
}

.news-item:hover img {
	transform: scale(1.2);
}

.news-item:hover .date::after {
	width: 100%;
}

.footer {
	background-color: #151515;
	padding: 1.2rem 8%;
}

.foot-nav {
	flex: 1;
}

.foot-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	text-align: center;
}

.foot-nav ul li>a {
	display: block;
	font-size: 0.36rem;
	color: #fff;
	margin-bottom: 0.6rem;
}

.foot-nav .foot-label a {
	display: block;
	font-size: 0.28rem;
	color: #888;
	margin-top: 0.3rem;
}

.foot-label a:hover {
	color: #fff;
}

.foot-contact .phone {
	font-size: 0.6rem;
	font-family: 'light';
	color: #fff;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 0.4rem;
}

.foot-contact .address {
	font-size: 0.32rem;
	color: #888;
	margin-bottom: 0.4rem;
}

.copyright {
	background-color: #151515;
	border-top: 1px solid rgba(255, 255, 255, .3);
	font-size: 0.28rem;
	color: #888;
	padding: 10px 0;
	text-align: center;
}

.foot-ewm {
	text-align: center;
	margin-top: .5rem;
}

.foot-ewm img {
	max-width: 100%;
	width: 3.5rem;
	height: 3.5rem;
	padding: 0.3rem;
	border-radius: 0.4rem;
	background: linear-gradient(to bottom, rgb(182, 15, 68), rgb(221, 24, 24));
}

.foot-ewm p {
	font-size: 0.32rem;
	margin-top: 0.3rem;
	color: #fff;
}

.btn-boom {
	position: relative;
	z-index: 999;
	overflow: hidden;
	transition: all .35s ease-in-out;
}

.btn-boom::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 100%;
	background-color: #E62129;
	z-index: -1;
	transition: all .35s ease-in-out;
}

.btn-boom:hover {
	color: #fff;
}

.btn-boom:hover::after {
	width: 100%;
}

.page-label {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 4rem;
	padding-right: 1rem;
}

.page-label li a {
	position: relative;
	display: inline-block;
	margin-right: 1rem;
	font-size: 0.32rem;
	height: 1.34rem;
	line-height: 1.34rem;
}

.page-label li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	display: inline-block;
	width: 0;
	height: 2px;
	background-color: #E62129;
	transition: all .35s ease-in-out;
}

.page-label li a:hover {
	color: #E62129;
}

.page-label li a:hover::after {
	width: 100%;
}

.page-position {
	height: 1.34rem;
	display: flex;
	align-items: center;
}

.page-position a:hover {
	color: #E62129;
}

.list-news>a {
	display: flex;
	margin: 2rem 0;
}

.list-news .date {
	flex: 0 0 10%;
	max-width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'light';
}

.list-news .date .day {
	font-size: 0.96rem;
	line-height: 1.6;
	color: #888;
	font-weight: 900;
}

.list-news .year {
	font-size: 0.36rem;
	color: #777;
}

.list-news .text {
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 5%;
	border-left: 1px solid #ddd;
}

.list-news .text .title {
	font-size: 0.4rem;
	color: #000;
	margin-bottom: 0.4rem;
}

.list-news .text .description {
	font-size: 0.28rem;
	text-align: justify;
}

.list-news .text .text-more {
	margin-top: 0.6rem;
	display: inline-block;
	width: 2.4rem;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	font-size: 0.28rem;
	color: #E62129;
	border: 1px solid #E62129;
}

.list-news>a:hover .text .text-more {
	color: #fff;
	background-color: #E62129;
}

.list-news .pic {
	flex: 0 0 25%;
	width: 25%;
}

.content-pic {
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 0.5rem;
}

.swiper-gif img {
	padding: 0.2rem;
	border: 1px solid #ddd;
}

.swiper-gif .swiper-slide-thumb-active img {
	border-color: #E60000;
}

.fdj-box {
	position: relative;
	z-index: 9;
}

.mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 99;
}
.big-pic{
	display: none;
	position: absolute;
	left: calc(100% + 10px);
	top: 0;
	border: 1px solid #ddd;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
}

.big-pic img {
	width: 200%;
	height: 200%;
}

.content-data {
	padding-bottom: 1.5rem;
}

.content-data .title {
	font-size: 0.72rem;
	margin-bottom: 0.4rem;
	color: #bc1a22;
}

.content-data .sub-title {
	font-size: 0.4rem;
	color: #000;
	padding-bottom: 0.5rem;
	font-weight: 900;
}

.content-data p {
	font-size: 0.32rem;
	line-height: 2;
	color: #777;
	text-align: justify;
}

.content-box .title {
	font-size: 0.4rem;
	padding: .3rem 0;
	font-weight: 900;
	border-bottom: 1px solid #ddd;
	color: #E62129;
}

.content-pages {
	padding: 0.3rem;
}

.content-pages a {
	padding: 0 0.4rem;
	background-color: #F5F5F5;
	display: block;
	line-height: 1rem;
	font-size: 0.36rem;
}

.content-pages a:hover {
	background-color: #E62129;
	color: #fff;
}

.news-content {
	background-color: #E62129;
	color: #fff;
	padding: 0.5rem 0.4rem;
	margin-bottom: 1rem;
}

.news-content .title {
	font-size: 0.48rem;
	margin-bottom: 0.4rem;
	font-weight: 900;
}

.news-content .data span {
	font-size: 0.28rem;
	margin-right: 0.3rem;
}

.news-content .data a {
	font-size: 0.28rem;
	font-weight: 900;
}

.contact-list>div {
	text-align: center;
	padding: 1rem 0.5rem;
	border-right: 1px solid #eee;
	margin-bottom: .6rem;
}

.contact-list>div:last-child {
	border: none;
}

.contact-list .iconfont {
	font-size: 1.3rem;
	color: #E62129;
	margin-bottom: 0.4rem;
}

.contact-list p {
	font-size: 0.36rem;
}

.job-item {
	background-color: #f8f8f8;
	padding: 0.5rem;
	height: 100%;
	border-radius: 0.5rem;
	position: relative;
}

.job-item:hover {
	background-color: #eee;
}

.job-item .title {
	font-size: 0.4rem;
	color: #000;
	margin-bottom: 0.2rem;
}

.job-item .icons {
	margin-bottom: 0.2rem;
}

.job-item .icons span {
	margin-right: 0.3rem;
	color: #E62129;
}

.job-item .desc {
	margin-bottom: 0.2rem;
}

.job-item .ask {
	font-size: 0.28rem;
	line-height: 2;
	text-align: justify;
}

.job-more {
	position: absolute;
	right: 0.3rem;
	bottom: 0.3rem;
	border: 1px solid #eee;
	padding: 5px 10px;
	background-color: #E62129;
	color: #fff;
	border-radius: 8px;
}

.job-more:hover {
	color: #fff;
}
